QuickOPC User's Guide and Reference
ShouldSerializeIsolatedParameters Method



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Connectivity Namespace > SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Class : ShouldSerializeIsolatedParameters Method
Determines whether the IsolatedParameters property is equal to its default value.
Syntax
'Declaration
 
Protected Function ShouldSerializeIsolatedParameters() As Boolean
'Usage
 
Dim instance As SelectorConfiguration(Of TSharedParameters,TIsolatedParameters,TInstanceParameters)
Dim value As Boolean
 
value = instance.ShouldSerializeIsolatedParameters()
protected bool ShouldSerializeIsolatedParameters()
protected:
bool ShouldSerializeIsolatedParameters(); 

Return Value

true if the property has changed from its default value; false otherwise.
Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Class
SelectorConfiguration<TSharedParameters,TIsolatedParameters,TInstanceParameters> Members